home *** CD-ROM | disk | FTP | other *** search
- package sheet;
-
- import javax.microedition.lcdui.Command;
- import javax.microedition.lcdui.CommandListener;
- import javax.microedition.lcdui.Displayable;
-
- class SheetShow$8 implements CommandListener {
- private final Command val$yesCommand;
- private final Runnable val$action;
- private final Command val$noCommand;
- private final SheetShow this$0;
-
- SheetShow$8(SheetShow var1, Command var2, Runnable var3, Command var4) {
- this.this$0 = var1;
- this.val$yesCommand = var2;
- this.val$action = var3;
- this.val$noCommand = var4;
- }
-
- public void commandAction(Command var1, Displayable var2) {
- if (var1 == this.val$yesCommand) {
- SheetShow.access$1200(this.this$0, this.val$action);
- } else if (var1 == this.val$noCommand) {
- this.val$action.run();
- } else {
- this.this$0.show();
- }
-
- }
- }
-